func github.com/jackc/pgx/v5.buildLoadDerivedTypesSQL

2 uses

	github.com/jackc/pgx/v5 (current package)
		derived_types.go#L19: func buildLoadDerivedTypesSQL(pgVersion int64, typeNames []string) string {
		derived_types.go#L171: 	sql := buildLoadDerivedTypesSQL(serverVersion, typeNames)